From c100ff0f3c4bd11a2fbc4b5af0fb02f2e42ae7a8 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 11 Sep 2004 02:01:45 +0000 Subject: [PATCH] Add prelim handling of new groundspeak "small" container size. --- defs.h | 3 ++- gpx.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/defs.h b/defs.h index 2875ecc5a..7da7c4156 100644 --- a/defs.h +++ b/defs.h @@ -108,7 +108,8 @@ typedef enum { gc_other, gc_regular, gc_large, - gc_virtual + gc_virtual, + gc_small } geocache_container; typedef struct { diff --git a/gpx.c b/gpx.c index 9f0f91308..b5818226f 100644 --- a/gpx.c +++ b/gpx.c @@ -485,6 +485,7 @@ gs_container_mapping{ { gc_micro, "Micro" }, { gc_regular, "Regular" }, { gc_large, "Large" }, + { gc_small, "Small" }, { gc_virtual, "Virtual" } }; -- 2.30.2